Welcome![Sign In][Sign Up]
Location:
Search - generator number

Search list

[assembly languagesjhf

Description: 这是一个四阶幻方生成器,程序来自动生成多个幻方,幻方是一种神奇的东西-This is a fourth-order magic square generator, procedures to automatically generate a number of magic square, magic square is a wonderful thing
Platform: | Size: 12288 | Author: 晓宇 | Hits:

[matlabMATLABforgenerationofrandomvalues

Description: 3种伪随机数列发生器的matlab编码以及其各种特性的分析-Three kinds of pseudo-random number generator matlab bar coding and analysis of its characteristics
Platform: | Size: 147456 | Author: 黎明 | Hits:

[Windows Developgenerator

Description: Trace Number Generator
Platform: | Size: 1024 | Author: byteFrog | Hits:

[matlab3

Description: 随机数生成程序,用于作为系统辨识的输入信号,得出相应的输出-Random number generator procedure for system identification as an input signal, the output reached
Platform: | Size: 1024 | Author: | Hits:

[Windows Developmaze(2solutions)

Description: 运用c++语言编程,利用随机数产生迷宫(内含两种方法)~-Maze using random number generator (containing the two methods) ~
Platform: | Size: 1024 | Author: zmzy | Hits:

[DSP programPUF_Based_RNG_paper

Description: Hardware random number generators attempt to extract randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs) to create a candidate hardware random number generator.
Platform: | Size: 49152 | Author: Hassan Abdelaziz | Hits:

[Crack Hackkhalil2006_true_random_number_generator

Description: a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asymmetric algorithm such as RSA and symmetric algorithm such as AES.
Platform: | Size: 418816 | Author: Hassan Abdelaziz | Hits:

[Data structsrandom-number

Description: 数据结构典型算法的代码: 关于Chi-Quadrat算法的随机数产生-Data structure of a typical algorithm code: Chi-Quadrat algorithm on the random number generator
Platform: | Size: 1024 | Author: ly weimar | Hits:

[Mathimatics-Numerical algorithmsrandom

Description: 伪随机数产生器,可以根据输入的控制字产生需要的伪随机数-Pseudo-random number generator
Platform: | Size: 2048 | Author: chengaj | Hits:

[DSP programsingal-processing

Description: 数字信号处理方法--C语言,随机数产生,fir滤波器,iir滤波器-Digital signal processing methods- C language, random number generator, fir filter, iir filter, etc.
Platform: | Size: 10831872 | Author: sky | Hits:

[Mathimatics-Numerical algorithmsRand

Description: 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。-A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other distribution of the random numbers. all The distributions can pass ts test.
Platform: | Size: 4096 | Author: winxp | Hits:

[matlabP27_randU1

Description: 用MATLAB语音实现产生线性同余伪随机数发生器-Generated using MATLAB voice to achieve a linear congruence pseudo-random number generator
Platform: | Size: 1024 | Author: wangwenhui | Hits:

[matlabp28_randU2

Description: 用MATLAB语言产生小数开方伪随机数发生器-Generated using MATLAB language minority prescribing pseudo-random number generator
Platform: | Size: 1024 | Author: wangwenhui | Hits:

[Software Engineeringmugi

Description: On the Hardware Implementation of the MUGI Pseudorandom Number Generator
Platform: | Size: 88064 | Author: saumya_19 | Hits:

[OtherlocalRand

Description: 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。 * GenGaussRnd : 产生一个随机数,符合高斯分布。 */-Common random number generator, C implementation /** file contains six functions, they can produce in line with the corresponding distribution laws of random numbers:* GenUniformRnd: generate a random number, in line with evenly distributed. (Pseudo-random sequence)* GenBernoulliRnd: generate a random number, in line with the Bernoulli distribution.* GenBinomialRnd: generate a random number, in line with binomial distribution.* GenPoissonRnd: generate a random number, in line with Poisson distribution.* GenExponentRnd: generate a random number, in line with exponential distribution.* GenGaussRnd: generate a random number, in line with Gaussian distribution.* /
Platform: | Size: 1024 | Author: lo | Hits:

[Mathimatics-Numerical algorithmsgenerator

Description: This is noise generator with given statistical and spectral characteristics based on pseudorandom number generator which realises Merssenne Twister algorithm
Platform: | Size: 746496 | Author: Roman Burzakovskiy | Hits:

[Mathimatics-Numerical algorithmsrandNumberGen

Description: Random number generator function for wichman hill algortihm
Platform: | Size: 1024 | Author: alexsky1 | Hits:

[Crack HackPrimeGenAndTester

Description: Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and well written algorithm implementation to check for Jacobian Symbol, choice of two methods for primality testing: Miller-Rabin or Solovay-Strassen method and Blum-Blum Shub method for random number generation. Input and output of the program is through files in \bin directory. Project is compatible with Java Eclipse 3.0 IDE, but can also be easily built from command line.-Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and well written algorithm implementation to check for Jacobian Symbol, choice of two methods for primality testing: Miller-Rabin or Solovay-Strassen method and Blum-Blum Shub method for random number generation. Input and output of the program is through files in \bin directory. Project is compatible with Java Eclipse 3.0 IDE, but can also be easily built from command line.
Platform: | Size: 22528 | Author: s_wilfred | Hits:

[Algorithmsuijishushengchenghanshu

Description: 几种常用的随机数生成函数的matlab程序-Several commonly used random number generator function of matlab program
Platform: | Size: 5120 | Author: 云峰 | Hits:

[matlabsuijishushengcheng

Description: MATLAB随机数生成.M文件 里面有很多例子-MATLAB random number generator. M files
Platform: | Size: 5120 | Author: 孙东升 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 45 »

CodeBus www.codebus.net